C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class
Members


GridRowColCollection<T> Class
Base collection class for columns and rows.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public MustInherit Class GridRowColCollection(Of T As GridRowCol) 
 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.iOS.Grid.GridRowColCollection<T>
      C1.iOS.Grid.GridColumnCollection
      C1.iOS.Grid.GridRowCollection

See Also